home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / pdsoft / demo_library / 4328.lha / himaker (.txt) < prev    next >
AmigaBASIC Source Code  |  1980-02-15  |  235b  |  10 lines

  1. a$=CHR$(32)+CHR$(78)+CHR$(79)+CHR$(32)
  2. b$=CHR$(32)+CHR$(78)+CHR$(65)+CHR$(77)
  3. c$=CHR$(69)+CHR$(32)+CHR$(0)+CHR$(0)
  4. a$=a$+b$+c$+CHR$(0)+CHR$(100)
  5. a$=a$+a$+a$+a$
  6. OPEN "his" FOR OUTPUT AS #1
  7. FOR l=0 TO 1214:PRINT #1,a$;:NEXT
  8. CLOSE #1:END
  9.  
  10.